inherited TabsConfirmCloseDialog: TTabsConfirmCloseDialog Left = 324 Top = 136 ActiveControl = YesBtn Caption = 'Confirm' ClientHeight = 93 ClientWidth = 321 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image: TUiImage Left = 16 Top = 16 Width = 32 Height = 32 end object Lbl: TUiLabel Left = 64 Top = 24 Height = 13 Caption = 'Close multiple tabs?' end object DontShowAgainEdit: TUiCheckBox Left = 16 Top = 64 Height = 17 Caption = 'Don'#39't show again' TabOrder = 0 end object YesBtn: TUiButton Left = 160 Top = 64 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 240 Top = 64 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end